From: Jérémy Lal Date: Sun, 1 Mar 2026 14:44:04 +0000 (+0100) Subject: Link to -latomic by default X-Git-Tag: archive/raspbian/22.22.1+dfsg+_cs22.19.15-1+rpi1^2^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22stanciumarius94%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=9f827bc7a2cd40c83318db94a805eec7a68cc3ad;p=nodejs.git Link to -latomic by default Last-Update: 2019-10-25 Forwarded: not-needed Bug: https://github.com/nodejs/node/pull/28532 Bug: https://github.com/nodejs/node/issues/30093 This avoids surprises on mips*el/ppc*el Gbp-Pq: Topic build Gbp-Pq: Name flag_atomic.patch --- diff --git a/node.gypi b/node.gypi index 36ed39f30..7aedd7d3e 100644 --- a/node.gypi +++ b/node.gypi @@ -374,6 +374,9 @@ 'libraries!': [ '-lrt' ], + 'libraries': [ + '-latomic' + ] }], [ 'OS in "freebsd linux openharmony"', { 'ldflags': [ '-Wl,-z,relro',